﻿.pagination {
    padding: 25px 0 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination .NextPagi,
.pagination .prePagi,
.pagination a {

    display: flex;

    align-items: flex-end;

    justify-content: center;
    width: 40px;
    height: 40px;
    background: #F2F2F2;
    margin: 0 7px;
    font-size: 16px;
    color: #1C1F2A;
    -webkit-box-shadow: 0px 3px 12px #0000001a;
    box-shadow: 0px 3px 12px #0000001a;
    border: unset;
    min-width: 40px;
}

.pagination a:hover {
    text-decoration: unset;
}

.pagination .current,
.pagination a.current {
    background-color: #BD9A5F;
    color: #fff;
    cursor: unset;
}

.pagination .aspNetDisabled {
    cursor: unset;
    opacity: 0.5;
}

.pagination input.NextPagi,
.pagination input.prePagi {
    transform: scale(-1);
    box-shadow: unset;
    background: transparent;
}

.news .faqs_content {
    padding: 20px 15px;
}

.news .faqs_content .topSearch {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.news .faqs_content .topSearch .pd-5 {
    padding: 0 5px !important;
}

.news .faqs_content .topSearch .formGroup input {
    background-color: #fff;
    border: 2px solid #E0E3E5;
    color: #5E5E59;
    height: 42px;
    padding: 10px;
}

.news .faqs_content .topSearch .formGroup input:focus {
    border-color: #bd9a5f;
    cursor: pointer;
}

.news .faqs_content .topSearch .formGroup ::-webkit-input-placeholder {
    color: #ADADAB;
    opacity: 1;
    /* Firefox */
}

.news .faqs_content .topSearch .formGroup :-ms-input-placeholder {
    color: #ADADAB;
    opacity: 1;
    /* Firefox */
}

.news .faqs_content .topSearch .formGroup ::-ms-input-placeholder {
    color: #ADADAB;
    opacity: 1;
    /* Firefox */
}

.news .faqs_content .topSearch .formGroup ::placeholder {
    color: #ADADAB;
    opacity: 1;
    /* Firefox */
}

.news .faqs_content .topSearch .formGroup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ADADAB;
}

.news .faqs_content .topSearch .formGroup ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ADADAB;
}

.news .faqs_content .topSearch .formGroup .fa {
    position: absolute;
    color: #696A6E;
    top: 10px;
    left: auto;
    right: 15px;
}

.topSearch input[type='submit'],
.news .faqs_content .topSearch button {
    border-radius: 4px;
    border: 2px solid #fff;
    height: 40px;
    width: auto;
    background-color: #bd9a5f;
    color: #fff;
    padding: 0 20px;
}

.news .faqs_content .news-box .media {
    position: relative;
    overflow: hidden;
    max-width: 425px;
    z-index: 1;
}

.news .faqs_content .news-box .media img {
    -webkit-transition: .5s ease all;
    transition: .5s ease all;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news .faqs_content .news-box .date span {
    margin-right: 5px;
}

.news .faqs_content .news-box .title a,
.news .faqs_content .news-box .title {
    padding: 15px 0;
    color: #212529;
    letter-spacing: normal;

}

.news .faqs_content .topSearch .formGroup input.hasDatepicker {
    background-image: url(../images/NewImgs/calendar.svg);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.news .faqs_content .news-box .btext {
    color: #5D5E61;
    line-height: 1.6;
}

.news .faqs_content .news-box .more {
    color: #1c1f2a !important;
    font-size: 14px;
    float: left;

}

.news .faqs_content .news-box .more span {
    color: #bd9a5f;
    font-size: 13px;
    margin-left: 5px;
    transform: scaleX(-1);
}

.news .faqs_content .news-box :hover {
    cursor: pointer;
    text-decoration: unset;
}

.news .faqs_content .news-box :hover .media img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.news .faqs_content .news-box :hover .title {
    color: #bd9a5f;
}

.news .faqs_content .news-box :hover .more {
    color: #bd9a5f !important;
}

.news .faqs_content .pagination-container {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news .faqs_content .pagination-container .page-item {
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news .faqs_content .pagination-container .page-item .page-link {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F2F2F2;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #1C1F2A;
}

.news .faqs_content .pagination-container .page-item :hover {
    background-color: #bd9a5f;
    color: #fff;
}

.news .faqs_content .pagination-container .page-item .previous,
.news .faqs_content .pagination-container .page-item .next {
    background-color: transparent;
    color: #bd9a5f;
    font-size: 20px;
}

.news .faqs_content .pagination-container .page-item .active {
    background-color: #bd9a5f !important;
    color: #fff !important;
}



.topSearch .col-md-2.pd-5 {
    max-width: 238px;
}

.topSearch .col-md-1.pd-5:not(:last-of-type) {
    max-width: 158px;
}

.topSearch .col-md-1.pd-5,
.topSearch .col-md-2.pd-5 {
    flex: unset;
}

.topSearch input[type='submit'],
.news .faqs_content .topSearch button,
.topSearch input {
    height: 42px;
    font-family: 'Regular';
}

.news .faqs_content .topSearch .pd-5 {
    padding: 0 7px !important;
}

.news .faqs_content .topSearch .formGroup .fa {
    top: 13px;
    left: 20px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    width: 16px;
    height: 14px;
}

.news-box:hover .media img {
    transform: scale(1.2);
}

.news-box .more {
    position: relative;
    display: inline-block;
}

.news-box .more::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    background-color: #bd9a5f;
    bottom: -1px;
    right: 0;
    transition: .15s;
}

.news-box:hover .more::after {
    width: 99%;
}

.news-box:hover .headingTitlePX22,
body .news .faqs_content .news-box:hover .more,
.news-box:hover .headingTitlePX22 a,
.news-box:hover .headingTitlePX22 {
    color: #bd9a5f !important;
}

.events .nav-tabs .nav-link {
    border-radius: 0;
    font-family: 'Bold';
    letter-spacing: 3px;
    font-size: 18px;
}

.events .nav-tabs .nav-item:last-of-type .nav-link {
    border-top-left-radius: 5px;
}

.events .nav-tabs .nav-item:first-of-type .nav-link {
    border-top-right-radius: 5px;
}

.events .faqs_content {
    background-color: transparent;
    border-top: 0;
    padding: 0;
}

.events .faqs_content .nav-tabs {
    letter-spacing: 1px;
    border-bottom: 0 !important;
}

.events .faqs_content .nav-tabs .nav-item:first-of-type a {
    border-radius: 8px 0 0 0;
}

.events .faqs_content .nav-tabs .nav-item:last-of-type a {
    border-radius: 0 8px 0 0;
}

.events .faqs_content .nav-tabs .nav-link {
    padding: 12px 30px;
    background: #666967;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.events .faqs_content .nav-tabs .nav-link.active {
    background: #bd9a5f;
    border: 1px solid #bd9a5f;
}

.events .faqs_content .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.events .faqs_content .tab-content {
    background: #fff;
    border-top: 5px solid #bd9a5f;
    padding: 20px;
    border-radius: 0 8px 8px 8px;
}

.events .faqs_content .topSearch {
    justify-content: flex-end;
}

.events .faqs_content .topSearch .pd-5 {
    padding: 0 5px !important;
    max-width: 240px;
}

.events .faqs_content .topSearch label {
    font-size: 14px;
    font-family: inherit;
    text-align: left;
    padding-top: 10px;
}

.events .faqs_content .topSearch .formGroup select {
    font-size: 14px;
    text-align: center;
    color: #5E5E59;
    height: 42px;
    padding: 0 10px 0 25px;
    border: 2px solid #E0E3E5;
    background-color: #fff;
    background-position: 95% 15px;
}

.events .faqs_content .topSearch .formGroup select:focus {
    border-color: #bd9a5f;
    cursor: pointer;
}

.events .faqs_content .topSearch .formGroup ::-moz-placeholder {
    color: #ADADAB;
    opacity: 1;
    /* Firefox */
}

.events .faqs_content .topSearch .formGroup ::placeholder {
    color: #ADADAB;
    opacity: 1;
    /* Firefox */
}

.events .faqs_content .topSearch .formGroup :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ADADAB;
}

.events .faqs_content .topSearch .formGroup ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ADADAB;
}

.events .faqs_content .topSearch .formGroup img {
    position: absolute;
    color: #bd9a5f;
    top: 12px;
    left: 12px;
    margin-right: 12px;
}

.events .faqs_content .event-box {
    background-color: #fff;
    border: 1px solid #EFEFEF;
    margin-bottom: 20px;
}

.events .faqs_content .event-box .media {
    position: relative;
    overflow: hidden;
    max-width: 425px;
    z-index: 1;
}

.events .faqs_content .event-box .media img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.events .faqs_content .event-box .startDate {
    padding: 0 15px;
}

.events .faqs_content .event-box .startDate .day {
    font-size: 40px;
    font-family: "Bold";
    color: #bd9a5f;
    vertical-align: middle;
    margin-left: 5px;
}

.events .faqs_content .event-box .startDate .month {
    font-size: 14px;
}

.events .faqs_content .event-box .startDate .year {
    font-size: 15px;
    font-weight: bold;
}

.events .faqs_content .event-box .title a,
.events .faqs_content .event-box .title {
    position: relative;
    padding: 0 15px 5px 15px;
    z-index: 1;
    transition: all 0.3s ease-in;
    color: #1C1F2A;
    font-weight: bold;
    display: inline-block;
}

.events .faqs_content .event-box .title a {
    line-height: 30px;
    height: calc(30px * 2);
    overflow: hidden;
}

.events .faqs_content .event-box .title a:hover,
.events .faqs_content .event-box .title a {
    padding: 0 !important;
    text-decoration: unset
}

.events .faqs_content .event-box .title::after {
    position: absolute;
    content: "";
    top: 100%;
    right: 15px;
    width: 40%;
    height: 2px;
    background: #bd9a5f;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
}

.events .faqs_content .event-box .endDate {
    padding: 10px 10px 10px 15px;
}

.events .faqs_content .event-box .endDate img {
    margin-left: 5px;
}

.events .faqs_content .event-box .endDate .date {
    font-size: 14px;
}

.events .faqs_content .event-box .endDate .year {
    font-size: 15px;
    font-weight: bold;
}

.events .faqs_content .event-box .location {
    padding: 0 10px 20px 15px;
}

.events .faqs_content .event-box .location img {
    margin-left: 5px;
}

.events .faqs_content .event-box .location .address {
    font-size: 14px;
}

.events .faqs_content .event-box:hover {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.25);
    padding: 0;
    border: 1px solid transparent;
}

.events .faqs_content .event-box:hover .media img {
    transition: 0.5s ease all;
    transform: scale(1.2);
}

.events .faqs_content .event-box:hover .title a,
.events .faqs_content .event-box:hover .title {
    text-decoration: unset;
    color: #bd9a5f !important;
}

.events .faqs_content .event-box:hover .title::after {
    transform: scaleX(1);
    transform-origin: right;
}

.events .faqs_content .pagination-container {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

.events .faqs_content .pagination-container .page-item {
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.events .faqs_content .pagination-container .page-item .page-link {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
    color: #1C1F2A;
}

.events .faqs_content .pagination-container .page-item :hover {
    background-color: #bd9a5f;
    color: #fff;
}

.events .faqs_content .pagination-container .page-item .previous,
.events .faqs_content .pagination-container .page-item .next {
    background-color: transparent;
    color: #bd9a5f;
    font-size: 20px;
}

.events .faqs_content .pagination-container .page-item .previous :hover,
.events .faqs_content .pagination-container .page-item .next :hover {
    background-color: transparent;
    color: #bd9a5f;
}

.events .faqs_content .pagination-container .page-item .active {
    background-color: #bd9a5f !important;
    color: #fff !important;
}

.press label {
    font-size: 14px;
    font-family: inherit;
    text-align: left;
    padding-top: 10px;
}

.press .formGroup select {
    font-size: 14px;
    color: #5E5E59;
    height: 42px;
    padding: 0 10px;
    border: 2px solid #E0E3E5;
    background-color: #fff;
    background-position: 10px 15px;
}

.press .formGroup select:focus {
    border-color: #bd9a5f;
    cursor: pointer;
}

.press .press-box {
    background-color: #fff;
    border: 1px solid #EFEFEF;
    margin: 0 0 20px 0;
}

.press .press-box .pressImage {
    padding: 0;
}

.press .press-box .pressImage .media {
    position: relative;
    overflow: hidden;
    max-width: 425px;
    z-index: 1;
}

.press .press-box .pressImage .media img {
    transition: 0.5s ease all;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.press .press-box .title {
    padding: 20px 0 10px 10px !important;
}

.press .press-box .btext {
    color: #5D5E61;
    padding-left: 10px;
}
/*
.press .press-box .location
.press .press-box .date {
    direction: ltr;
}
*/
.news-box,
.press .press-box .date,
.press .press-box .location,
.press .press-box .btext,
.press .press-box .title a {
    text-align: right;
}
.press .press-box .date {
    font-size: 14px;
    padding: 0 0 10px 10px;
}

.press .press-box .date img {
    margin-left: 5px;
}

.press .press-box .location {
    font-size: 14px;
    padding: 0 0 10px 10px;
}

.press .press-box .location img {
    margin-left: 5px;
}

.press .press-box:hover .box {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px rgba(167, 167, 167, 0.25);
    /* border: 1px solid transparent; */
}

.press .press-box:hover .media img {
    transform: scale(1.2);
}

.press .press-box:hover .title {
    color: #bd9a5f;
}

/*------------------------------------*/

.faqs .fixLayoutHeight {
/*    height: 100%;*/
}

.fixLayoutHeight .faqs_content {
    position: unset;
    margin-top: 160px;
    margin-bottom: 144px;
    padding-bottom: 117px;
}

.EventDetails .container,
.newsDetails .container {
    padding: 0 35px;
}

.headingNew {
    font-size: 40px;
    color: #1C1F2A;
    line-height: 48px;
    font-family: "Bold";
    margin-bottom: 15px;
    text-align: right;
}

.moreDetailsIcons a,
.moreDetailsIcons p {
    margin-bottom: 17px;
    color: #1C1F2A;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.moreDetailsIcons a img,
.moreDetailsIcons p img {
    margin-left: 10px;
    margin-top: -5px;
    max-width: 20px;
}

.moreDetailsIcons a:hover {
    color: #bd9a5f;
}

.contentWidthImg > p:first-of-type {
    width: 92%;
}
.contentWidthImg div,
.contentWidthImg p {
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    margin: 0;
    color: #5D5E61;
}

.contentWidthImg .mainImg {
    padding: 30px 0 32px;
    width: 87%;
    margin: 0 auto;
}

.contentWidthImg .mainImg img {
    display: block;
    max-height: 630px;
    margin-bottom: 12px;
    width: 100%;
}

.contentWidthImg .mainImg .hint {
    font-size: 15px;
}

/*rrrrrrrrrr */
.events .faqs_content .event-box .title,
.events .faqs_content .event-box .endDate,
.events .faqs_content .event-box .location,
.events .faqs_content .event-box .startDate,
.contentWidthImg .subTitleNew2 {
    text-align: right;
}

.contentWidthImg .subTitleNew2 {
    font-size: 20px;
    color: #1C1F2A;
    line-height: 30px;
    font-family: "Bold";
    margin-bottom: 23px;
}

.imgOrVideoBox {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 40px;
}
.press .press-box .pressImage .media img,
.press .press-box .pressImage .media {
        height: 100%;
}
.press .press-box:hover .title a {
    color: #bd9a5f;
}
.press .press-box .title a {
font-size: 22px;
    color: #1C1F2A;
    letter-spacing: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
        line-height: normal;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

.press .press-box .btext {
        -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

.toRightVideo {
    flex-direction: row-reverse;
}

.imgOrVideoBox .ceo_video,
.imgOrVideoBox .ceo_video video,
.imgOrVideoBox > img {
    height: 410px;
}

.imgOrVideoBox .ceo_video,
.imgOrVideoBox > img,
.imgOrVideoBox p {
    width: 50%;
    width: calc(50% - 15px);
}

.imgOrVideoBox:not(.toRightVideo) > .ceo_video,
.imgOrVideoBox:not(.toRightVideo) > img {
    margin-left: 30px;
}

.toRightVideo p {
    margin-left: 30px;
}

.headingBoxWithIN {
    display: flex;
    justify-content: space-between;
}

.headingBoxWithIN .headingNew {
    width: 95%;
}

.headingBoxWithIN a i {
    color: #ADAEB1;
    font-size: 25px;
    transition: .15s;
}

.headingBoxWithIN a:hover i {
    color: #BD9A5F;
}

.imgOrVideoBox .ceo_video .play {
    transform: translate(-50%, -50%) scale(.8);
}
.faqs_contnet--title.headingTitlePX45 {
        display: flex;
}


@media (max-width:1199px) {
    .imgOrVideoBox {
        display: block;
    }

    .imgOrVideoBox .ceo_video,
    .imgOrVideoBox > img,
    .imgOrVideoBox p {
        width: 100%;
        margin-bottom: 20px;
    }

    .events .tab-pane .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (max-width:992px) {
    .news .faqs_content .topSearch .pd-5 {
        margin-bottom: 10px;
    }

    .events .tab-pane .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news .faqs_content .topSearch {
        display: inline-flex;
        justify-content: start;
    }
}

@media (max-width:768px) {
        .press .press-box .title a {
            font-size: 20px;
    }
.press .press-box .btext {

    padding-left: 10px;
    font-size: 16px;
    line-height: normal;
    display: block;
}
      .press .press-box .location,
    .press .press-box .date {
    font-size: 12px;
}
    .events .tab-pane .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news .faqs_content .topSearch {
        display: block;
    }

    .news .faqs_content .topSearch .pd-5 {
        width: 100%;
        max-width: unset;
        margin-bottom: 10px;
    }

    .news-box {
        flex-direction: column;
    }

    .news-box .col-md-8,
    .news-box .col-md-4 {
        max-width: unset;
    }

    .news .faqs_content .news-box .media,
    .events .faqs_content .event-box .media {
        max-width: unset;
    }

    .news .faqs_content .news-box .media img,
    .events .faqs_content .event-box .media img {
        max-height: 300px;
        /* height: 190px; */
    }

    .news .faqs_content .news-box .media {
        margin-bottom: 10px;
    }

    .faqs_contnet--title.headingTitlePX45 {
        font-size: 35px;
    }

    .fixLayoutHeight .faqs_content {
        margin-bottom: 90px;
        padding-bottom: 40px;
    }

    .EventDetails .container,
    .newsDetails .container {
        padding: 0 15px;
    }

    .headingNew {
        font-size: 30px;
        line-height: normal;
    }

    .moreDetailsIcons a,
    .moreDetailsIcons p {
        font-size: 14px;
    }
.contentWidthImg div,
    .contentWidthImg p {
        font-size: 16px;
        line-height: 1.8;
    }

    .contentWidthImg .mainImg {
        padding: 20px 0 20px;
        width: 100%;
        margin: 0 auto;
    }

    .contentWidthImg .subTitleNew2 {
        margin-bottom: 10px;
    }

    .contentWidthImg .mainImg img {
        height: 260px;
        width: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .imgOrVideoBox .ceo_video,
    .imgOrVideoBox > img {
        height: 220px;
    }

    .imgOrVideoBox .ceo_video .play {
        transform: translate(-50%, -50%) scale(.5);
    }

}



@media (max-width:500px) {
    
    .ui-state-default, .ui-widget-content .ui-state-default {
            font-size: 14px;
    }
    .ui-datepicker .ui-datepicker-title {
        font-size: 18px;
    }
    .ui-datepicker th {
        font-size: 15px;
    }

  
    .pagination > span {
        flex-wrap: wrap;
    }

    .pagination .NextPagi,
    .pagination .prePagi,
    .pagination a {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 14px;
        margin-bottom: 10px !important;
        font-size: 14px !important;
    }

    .pagination input.NextPagi,
    .pagination input.prePagi {
        padding: 8px;
    }

    .news .faqs_content .event-box .media img,
    .events .faqs_content .event-box .media img {
        max-height: 190px;
        height: 190px;
    }

    .news .faqs_content .event-box .startDate .day,
    .events .faqs_content .event-box .startDate .day {
        font-size: 35px;
    }

    .events .faqs_content .nav-tabs .nav-link {
        padding: 9px 9px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .events .faqs_content .event-box .title a {
        line-height: 1.5;
        height: auto;
        overflow: unset;
    }

    .headingNew {
        font-size: 24px;
        line-height: 1.4;
    }

    .contentWidthImg .subTitleNew2 {
        font-size: 18px;
    }

    .press label {
        text-align: left;
    }

    .news .faqs_content {
        padding: 20px 0;
    }
}





  @media (min-width:769px) and  (max-width:992px) {
    .headerWithVid .fastLink a, .headerWithVid .nav-link,
    .stickyScroll .fastLink a, .stickyScroll .nav-link {
      padding: 25px 9px !important;
      font-size: 12px;
    }
  }










